projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534ce68
)
Ignore a test that accesses crates.io for now
author
Alex Crichton
<alex@alexcrichton.com>
Sun, 25 Jun 2017 05:43:45 +0000
(22:43 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Sun, 25 Jun 2017 05:43:45 +0000
(22:43 -0700)
Tests in general shouldn't hit the network, but this one requires a crate from
crates.io :(
tests/git.rs
patch
|
blob
|
history
diff --git
a/tests/git.rs
b/tests/git.rs
index 77b08892cbb9b8672042a3aab36fb2ce8b570458..b58cef8eb0c23439857703791a24bed208cb8d37 100644
(file)
--- a/
tests/git.rs
+++ b/
tests/git.rs
@@
-1986,6
+1986,7
@@
fn two_at_rev_instead_of_tag() {
}
#[test]
+#[ignore] // accesses crates.io
fn include_overrides_gitignore() {
let p = git::new("reduction", |repo| {
repo.file("Cargo.toml", r#"